@charset "utf-8";
/* 所有类名用小写，中横线 */
body{line-height: normal;}
input::-webkit-input-placeholder{color: #cccccc;}
a:hover{color:#1E5AA8;}
@font-face {
  font-family: 'syst';
  src: url('../../font/NotoSerifCJKsc-Medium.woff') format('woff');
}
@font-face {
  font-family: 'systb';
	src: url('../../font/NotoSerifCJKsc-Bold.ttf') format('truetype');
}
.font-syst, .font-syst-b{-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
/* .font-syst{font-family: "syst";}
.font-syst-b{ font-family: "systb";} */
.font-syst{font-family: "Microsoft YaHei";}
.font-syst-b{ font-family: "Microsoft YaHei";font-weight: 700;}

.body-bg{background: #f9f9f9;}
.bg-lightblue{background: #F7FBFF;}
.container-pad-fff{background: #fff; padding: 20px; position: relative;}
@media (max-width: 768px) {
  .body-bg{background: none;}
	.container-pad-fff{padding: 20px 0 0;}
}

.fs26{font-size: 1.625em;}

/*** layout ***/
/* .container {width: 1400px;} */

/* tab */
/* 
两种风格标题选项卡样式
.tab-brief:简洁型
.tab-card:卡片型
.res:需要小屏下响应时用，常用于标题个数多，一排放不下的情况
.js-tab:js-开头的类名只用于脚本查询DOM用，不建议在该类下写样式
.more:率属于某一块下的类名，不建议单独写全局样式，会影响到其他更多样式
 */
.tab-brief > .hd ul{float: left;}
.tab-brief > .hd li{float:left; position: relative; padding: 0 0 12px; font-size: 1.5em; font-weight: 700;}
.tab-brief > .hd li + li{margin-left: 30px;}
.tab-brief > .hd li:after{content: ''; position: absolute; width:0; bottom:-1px; left:0; right: 0; margin: 0 auto; height: 1px; background: #2C6CC0;transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
.tab-brief > .hd li.on:after{width: 100%;}
.tab-brief > .hd li.on a,
.tab-brief > .hd li a:hover{color: #1E5AA8;}
.tab-brief > .hd .more{padding-top: 3px; float: right;}
.tab-brief.arrow > .hd li i{ position: absolute; bottom: -1px; left: 0; right: 0; margin: 0 auto; display: none;}
.tab-brief.arrow > .hd li i:before,
.tab-brief.arrow > .hd li i:after{content: ''; width: 0; height: 0; border: transparent solid 8px; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.tab-brief.arrow > .hd li i:before{ border-bottom-color: #2C6CC0;}
.tab-brief.arrow > .hd li i:after{  border-bottom-color: #fff; z-index: 2; border-width: 6px;}
.tab-brief.arrow > .hd li.on i{display: block;}
.tab-brief > .hd.line{border-bottom: #E5E5E5 1px solid;}
.tab-brief.simple > .hd li{padding-bottom: 0;}
.tab-brief.simple > .hd li:after{display: none;}


.tab-card > .hd{line-height:46px; background: #f4f4f4;}
.tab-card > .hd ul{float: left;}
.tab-card > .hd li{float:left; position: relative;font-size: 1.125em;}
.tab-card > .hd li a{display: block; padding: 0 20px; text-align: center; font-weight: bold; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; background: #f4f4f4;}
.tab-card > .hd li.on{cursor:pointer;}
.tab-card > .hd li.on a{background:#1e51b1; color: #fff;}
.tab-card > .hd li.on:after{width: 100%;}
.tab-card > .hd .more{float: right; margin-right: 15px;}
.tab-card.arrow > .hd{font-weight: normal;}
.tab-card.arrow > .hd li.on:after{content: ''; position: absolute; width: 0; height: 0; left: 50%; top: 100%; border:transparent solid 8px; border-top-color: #1E5AA8; margin-left: -8px;}

.com-more a{color:#C4C4C4; font-size: 1.125em; }
.com-more a:hover{color:#1E5AA8;}

.tab-brief .bd > .item .infolist, 
.tab-card .bd > .item .infolist{margin-top: 10px;}
.tab-brief .bd > .item .infolist.mt0, 
.tab-card .bd > .item .infolist.mt0{margin-top: 0;}
.js-tab .more a + a{display: none;}
.js-tab > .bd > * + * {display: none;}

.m-com-more{clear: both; margin-top:20px; text-align:center; line-height:40px; background-color:#f5f5f5; border-radius:5px; display: none;}
.m-com-more a{color:#666;}
.m-com-more a:hover{color: #333;}
.m-com-more.bg-white{background: #fff;}
.bg-lightblue .m-com-more{background: none;}

@media (max-width: 640px) {
  .res.tab-brief > .hd ul li{margin:0 10px 10px 0 !important; padding: 0; border-bottom:none; font-size: 1.125em;}
  .res.tab-brief > .hd ul li a{display: block; padding:7px 12px !important; line-height:1.5; background-color:#f1f1f1; color: #666;}
  .res.tab-brief > .hd ul li.on a{color:#fff; background-color:#1a56a8;}
  .res.tab-brief > .hd li:after{display: none;}
  .res.tab-brief.arrow > .hd li.on i{display: none;}
  .res.tab-brief .bd > .item > .newsList{margin-top: 0;}

  .res.tab-card > .hd{margin-bottom: -10px; background: none; border-bottom: #dfdfdf 1px solid;}
  .res.tab-card > .hd ul li{margin:0 10px 10px 0 !important; font-size: 1.125em;}
  .res.tab-card > .hd ul li a{ padding:7px 12px !important; height: auto; line-height:1.5; color: #666; }
  .res.tab-card > .hd ul li.on a{background:#1a56a8; color: #fff;}
  .res.tab-card > .bd .item > .newsList{margin-top: 0;}
  .tab > .hd .more,
  .tab-card > .hd .more,
  .tab-brief > .hd .more{display: none;}

  .m-com-more{display:block;}

}
@media (max-width: 414px) {
  .tab-brief > .hd ul li{font-size: 1.20em;}	
}
@media (max-width: 380px) {
  .tab-brief > .hd ul li{font-size: 1.15em;}	
}
.tab-res-md > .res-bd > .section > .hd,
.tab-res-xs > .res-bd > .section > .hd,
.tab-res-480 > .res-bd > .section > .hd,
.tab-res-640 > .res-bd > .section > .hd{display: none;}
@media (max-width:992px){
  .tab-res-md .res-hd{display: none;}
  .tab-res-md .res-bd .section{display: block !important;}
  .tab-res-md .res-bd .section + .section{margin-top: 30px;}
  .tab-res-md .res-bd .section .hd{display: block;}
}
.tab-res-xs > .res-bd > .section > .hd{display: none;}
@media (max-width:768px){
  .tab-res-xs .res-hd{display: none;}
  .tab-res-xs .res-bd .section{display: block !important;}
  .tab-res-xs .res-bd .section + .section{margin-top: 30px;}
  .tab-res-xs .res-bd .section .hd{display: block;}
}
@media (max-width:640px){
  .tab-res-640 .res-hd{display: none;}
  .tab-res-640 .res-bd .section{display: block !important;}
  .tab-res-640 .res-bd .section + .section{margin-top: 30px;}
  .tab-res-640 .res-bd .section .hd{display: block;}
  .tab-brief.card.other.res-640 > .hd{padding-bottom: 1px;}
  .tab-brief.card.other.res-640 > .hd ul{float: none; overflow: hidden;}
  .tab-brief.card.other.res-640 > .hd ul li{padding: 0; width: 50%; background: #f7f7f7; border-bottom: 1px solid #fff;}
  .tab-brief.card.other.res-640 > .hd ul li:after{position: absolute; top: 0; bottom: 0; left: -1px; content: ""; width: 1px; background: #fff;}
}
@media (max-width:480px){
  .tab-res-480 .res-hd{display: none;}
  .tab-res-480 .res-bd .section{display: block !important;}
  .tab-res-480 .res-bd .section + .section{margin-top: 30px;}
  .tab-res-480 .res-bd .section .hd{display: block;}
}

.tabSwitch > .bd,
.tabSwitch > .outBd{position: relative;/*overflow: hidden;*/}
.tabSwitch > .bd .move,
.tabSwitch > .outBd .move{position:absolute; z-index:1; top:0; left:0; width:100%; opacity:0; -moz-opacity:0; filter:alpha(opacity=0);-khtml-opacity:0; transition:opacity .3s}
.tabSwitch > .bd .move.show,
.tabSwitch > .outBd .move.show{position:relative;z-index:2;opacity:1;-moz-opacity:1;filter:alpha(opacity=100);-khtml-opacity:1}

/* infolist */
/***
稿件列表样式：
dot:标题前带小点
md:日期-月日
ymd：日期-年月日
line:每条信息之间含分割下滑线
date: 左侧日期，右侧标题和摘要
meta: 标题后是多个标签分类
col2:两列
col3:三列
col4:四列
space20:多列之间含20px的间距
space30:多列之间含30px的间距
多列在768以下响应变成一列
res:480以下标题由一行响应成多行显示
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全家类名冲突
.zj.end - 征集已结束
 ***/
.infolist{clear: both; font-size: 18px;}
.infolist li{position:relative; padding-top: 10px; padding-bottom: 10px; line-height:28px; overflow:hidden; vertical-align: top;}
.infolist li a{float: left; position: relative; max-width: 100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; }
.infolist li, .infolist li a{-moz-box-sizing: border-box; -welit-box-sizing: border-box; box-sizing: border-box;}
.infolist li .time{position:absolute; right:0; top: 0; bottom: 0; height: 26px; margin: auto 0; color:#999999;}
.infolist li a br{display: none;}
.infolist li a .zj{display: inline-block;font-style: normal;text-align: center; background: url(../images/public/icon_rect_blue.png) no-repeat;background-size: 100% 100%; color:#fff;font-size: 14px;width: 61px;height: 22px;line-height: 22px;}
.infolist li a .zj.end{background-image: url(../images/public/icon_rect_gray.png);color:#A6A6A6;}
.infolist li:hover a, .infolist li a:hover{color: #1E5AA8;}
.infolist li:hover span{color:#1E5AA8;}
.infolist.md li{padding-right:60px;}
.infolist.ymd li{padding-right:110px;}

.infolist.dot li a{padding-left: 15px;}
.infolist.dot li a:before{content:''; position:absolute; left:0; top: 50%; margin-top: -2px; width: 4px; height: 4px; background: #CCCCCC;}
.infolist.dot li:hover a:before{background: #1E5AA8;}

.infolist.line li{border-bottom: 1px solid #e1e5eb;}
.infolist.line li{padding-top: 11px; padding-bottom: 11px;}

.infolist.dashed li{border-bottom: 1px dashed #C9C9C9;}
.infolist.dashed li{padding-top: 15px; padding-bottom: 15px;}
.infolist.lastnoline li:last-child{border-bottom: none !important;}

.infolist.date li{ padding: 20px 10px 20px 95px; border-bottom: 1px dashed #C1D0F6;}
.infolist.date li:first-child{ margin-top: -10px;}
.infolist.date li .time{position: absolute;left:0;right:auto;top:20px;bottom:auto;width: 58px;height: 65px;padding:10px; border:1px solid #C1D0F6; text-align: center;color:#888;font-size: .77em;line-height: 1;}
.infolist.date li .time b{display: block;font-size: 1.66em;color:#1E5AA8;margin-bottom: 8px;padding-bottom: 8px; border-bottom: 1px solid #C1D0F6;}
.infolist.date li .des{line-height: 1.5;}
.infolist.date li h4{font-weight: bold;margin-bottom: 6px;}
.infolist.date li .mes{color:#808080;font-size: .88em;margin-top: 7px;line-height: 1.7;}
.infolist.date li .more{color:#1E5AA8!important;float: none;}
.infolist.date li:hover a{color: inherit;}
.infolist.date li a:hover{color: #1E5AA8;}
.infolist.date li:hover .time{background: #f4fafe;}

.infolist.meta li:hover a{color:inherit;}
.infolist.meta li:hover span{color: #999999;}
.infolist.meta li .tit{float: left;max-width: 100%; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.infolist.meta li .tit>a{display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;float: none;padding-right:5px;}
.infolist.meta li .meta-data{float: right;max-width: 90%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.infolist.meta li .meta-data a{float: none;color:#2255B2;margin-left: 15px;}
.infolist.meta li .meta-data a:before{content: "|";width: auto;height: 18px;line-height: 18px;margin-top: -9px;color: #2255B2;background:transparent;left:0;border-radius: 0;}
.infolist.meta li .meta-data a:hover{color:#fc0000;}
.infolist.meta li .tit>a:hover{color:#1E5AA8;}

.infolist.file li a:before{content:"";display: inline-block;vertical-align: middle;margin-right: 15px; width: 15px;height: 28px;background: url(../images/public/icon_file_gray.png) no-repeat left 5px;background-size: 15px;}

.infolist.markers li a em{font-style: normal; color: #0668d5;} 
.infolist.markers li a em.over{color:#999;} 


.tzgg-infolist li .box{position: relative; height: 100px; padding: 15px; background: #F0F7FF; padding-left: 125px; box-sizing: border-box; border: #F0F7FF 1px solid; transition: .3s all;}
.tzgg-infolist li .des{font-size: 18px; line-height: 26px; margin-top: 8px;}
.tzgg-infolist li .time{position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 99px; height: 70px; border-right: #C4DEFF 1px solid; text-align: center; font-family:Arial;}
.tzgg-infolist li .time b{display: block; font-size: 1.75em; color: #2354AF; padding: 8px 0 5px;}
.tzgg-infolist li .time span{font-size: 1.125em;}
.tzgg-infolist li:hover .box{background: linear-gradient(90deg, rgba(245, 250, 255, 1) 28.64%, rgba(227, 241, 255, 1) 100%); border: 1px solid rgba(54, 144, 247, 1); box-shadow: 4px 3px 13px  rgba(0, 71, 153, 0.2);}
.tzgg-infolist li:hover .box:after{content: ''; width: 87px; height: 76px; background: url(../images/xwzx/icon_tzgg.png) no-repeat; right: 13px; bottom: 12px; position: absolute; background-size: 100% 100%;}
.tzgg-infolist li:hover .des{position: relative; z-index: 2;}

.infolist.col2 li, .infolist.col3 li, .infolist.col4 li{float: left;}
.infolist.col2 li{width: 50%;}
.infolist.col3 li{width: 33.33333%;}
.infolist.col4 li{width: 25%;}
.infolist.space20{margin-left: -10px; margin-right: -10px;}
.infolist.space20 li{padding-left: 10px; padding-right: 10px;}
.infolist.space20 li .time{right: 10px;}
.infolist.space20.infolist.md li{padding-right:70px;}
.infolist.space20.infolist.ymd li{padding-right:110px;}
.infolist.space30{margin-left: -15px; margin-right: -15px;}
.infolist.space30 li{padding-left: 15px; padding-right: 15px;}
.infolist.space30 li .time{right: 15px;}
.infolist.space30.infolist.md li{padding-right:75px;}
.infolist.space30.infolist.ymd li{padding-right:115px;}
.infolist.space40{margin-left: -20px; margin-right: -20px;}
.infolist.space40 li{padding-left: 20px; padding-right: 20px;}
.infolist.space40 li .time{right: 20px;}
.infolist.space40.infolist.md li{padding-right:80px;}
.infolist.space40.infolist.ymd li{padding-right:120px;}

.infolist.mulit li a{ position: static; float: none; padding-left: 0; max-width:none; white-space:normal;}
.infolist.mulit li .time{position:static; display: inline-block;}
.infolist.mulit li a:before{top: 23px; margin-top: 0;}
.infolist.mulit.dot li{padding-left: 18px;}

.infolist.mulit2 li a{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
.infolist.mulit2.dot li a:before{top: 14px;}
.infolist.mulit2 li .time{top: 12px;bottom: auto;}

.infolist.split5n li:nth-child(5n){margin-bottom:15px; padding-bottom:25px; border-bottom:1px dashed #e5e5e5;}

@media (max-width: 768px) {
	.infolist.col2, .infolist.col3, .infolist.col4{margin-left: 0; margin-right: 0;}
	.infolist.col2 li, .infolist.col3 li, .infolist.col4 li{width: 100%; padding-left: 0;}
	.infolist.md[class*="space"] li{padding-right:60px;}
	.infolist.ymd[class*="space"] li{padding-right:100px;}

  .res.infolist.meta li .tit,
  .res.infolist.meta li .meta-data,
  .res.infolist.meta li .tit>a{float: none;display: inline;max-width:none;}
  .res.infolist.meta li .meta-data{margin-right: 10px;}
  .res.infolist.meta li .meta-data a{position: relative;padding-right: 0; padding-left: 10px;margin-left: 10px;}
  .res.infolist.meta li .meta-data a:before{top: 0;margin-top: 4px;}
  .res.infolist.meta li .meta-data a:first-child{margin-left:0;padding-left:0;}
  .res.infolist.meta li .meta-data a:first-child:before{display: none;}
  .res.infolist.meta li .tit>a{position: static; padding-left: 0; padding-right:12px; white-space:normal;}
  .res.infolist.meta li .time{position:static; display: inline-block;}
  .res.infolist.meta.dot li{padding-left: 18px;padding-right: 0;}
  .res.infolist.meta li .tit>a:before{top: 20px; margin-top: 0;} 
}

@media (max-width: 480px) {
	.res.infolist li{padding-right:0 !important; position: relative;}
	.res.infolist li a{ position: static; float: none; max-width:none; padding-left: 0; padding-right:12px; white-space:normal;}
	.res.infolist li .time{position:static; display: inline-block;}
	.res.infolist li a:before{top: 22px; margin-top: 0;} /*10+padding*/
	.res.infolist.line li a:before{top: 24px;}
	.res.infolist.dot li{padding-left: 18px;}
}



/*menu-cards*/
/***
菜单卡片样式：
.space*:菜单之间含*的间距
.break:图标和文字分两行显示，其它则表示图标和文字显示在同一水平线上
.col*:一行*列
分辨率在1480合并间距为20像素
分辨率在1280合并间距为15像素
分辨率在992合并间距为1像素
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全家类名冲突
 ***/
 .cardlist li{float: left; width: 100%;}
 .cardlist li .box{display: block;}

 .cardlist.col2 li{width: 50%;}
 .cardlist.col3 li{width: 33.33333%;}
 .cardlist.col4 li{width: 25%;}
 .cardlist.col5 li{width: 20%;}
 .cardlist.col6 li{width: 16.66667%;}
 .cardlist.col7 li{width: 14.2857%;}
 .cardlist.col8 li{width: 12.5%;}
 
 .cardlist.space2{margin-top: -2px; margin-right: -1px; margin-left: -1px;}
 .cardlist.space2 li .box{margin: 2px 1px 0;}
 .cardlist.space10{margin-top: -10px; margin-right: -5px; margin-left: -5px;}
 .cardlist.space10 li .box{margin: 10px 5px 0;}
 .cardlist.space15{margin-top: -15px; margin-right: -7px; margin-left: -8px;}
 .cardlist.space15 li .box{margin: 15px 7px 0 8px;}
 .cardlist.space20{margin-top: -20px; margin-right: -10px; margin-left: -10px;}
 .cardlist.space20 li .box{margin: 20px 10px 0;}
 .cardlist.space30{margin-top: -15px; margin-right: -15px; margin-left: -15px;}
 .cardlist.space30 li .box{margin: 15px;}
 .cardlist.space40{margin-top: -20px; margin-right: -20px; margin-left: -20px;}
 .cardlist.space40 li .box{margin: 20px;}
 @media (max-width:1500px) {
	 .cardlist.space30{margin-top: -10px; margin-right: -10px; margin-left: -10px;}
	 .cardlist.space30 li .box{margin: 10px;}
	 .cardlist.space40{margin-top: -15px; margin-right: -15px; margin-left: -15px;}
	 .cardlist.space40 li .box{margin: 15px;}
 }
 @media (max-width:1280px) {
	 .cardlist.res{margin-top: -15px !important; margin-right: -7px !important; margin-left: -8px !important;}
	 .cardlist.res li .box{ margin: 15px 7px 0 8px !important;}

 }
 @media (max-width:992px) {
   .cardlist.res.col7 li{width: 25%;}
   .cardlist.res.col5 li{width: 33.333333%;}
	 .cardlist.res.col4 li{width: 50%;}
 }
 @media (max-width:480px) {
  .cardlist.res.col7 li{width: 50%;}
  .cardlist.res.col5 li{width: 50%;}
 }

.cardlist-menu li .box{position: relative;}
.cardlist-menu li .box .icon{display: block;}
.cardlist-menu.splitline li .box:before{position: absolute; top: 0; bottom: 0; right: 0; content: ""; width: 1px; background: #ecf2f9;}
.cardlist-menu.splitline li:last-child .box:before{display: none;}

.cardlist-menu.inline li .box .icon,
.cardlist-menu.inline li .box .tit{display: inline-block; vertical-align: middle;}

.cardlist-menu.break li .box{text-align: center;}
.cardlist-menu.break li .box .icon{display: block; margin: 0 auto 10px;}
.cardlist-menu.break li .box .tit{display: block;}

.cardlist-menu.position li .box{position: relative;}
.cardlist-menu.position li .box .icon{position: absolute; top: 50%; transform: translateY(-50%); left: 20px;}
.cardlist-menu.valignmiddle li .box:after{content: ''; width: 0; height: 100%;}
.cardlist-menu.valignmiddle li .box:after,
.cardlist-menu.valignmiddle li .box .txt,
.cardlist-menu.valignmiddle li .box .icon{vertical-align: middle; display: inline-block;}
 
.cardlist-menu.center li .box{text-align: center;}

@media (max-width:480px) {
  .cardlist-menu.splitline li:nth-child(2n) .box:before{display: none;}
 }


/* com-title */
.com-title h3{position:relative; display: inline-block; font-size:1.25em; font-weight:bold; color:#333;}
.com-title h3 a{color:#333;}
.com-title h3 a:hover{color:#1E5AA8;}
.com-title.square h3:before{position:absolute; top:50%; left:0; content:""; width:4px; height:16px; margin-top:-7px; background-color:#0557ac;}
.com-title.square h3{padding-left:20px;}
.com-title.square.orange h3:before{background: #ee5e37;}
.com-title.underline h3{padding-bottom: 18px;}
.com-title.underline h3:after{position:absolute; bottom: 0; left:0; content:""; width:100%; height:3px; background-color:#1E5AA8;}
.com-title.underline.red h3:after{background: #C20000;}
.com-title.underline.half h3{padding-bottom: 14px;}
.com-title.underline.half h3:after{width: 2em;}
.com-title.fs28 h3{font-size: 1.75em;}
.com-title.line{border-bottom: 1px solid #DEDEDE;}
.com-title.cblue h3{font-size: 1.625em;padding-bottom: 24px;}
.com-title.cblue h3 a{color:#1E5AA8;}
.com-title.cblue h3:after{height: 5px;background: #1E5AA8;}
@media (max-width: 1500px) {
  .com-title.cblue h3{font-size: 1.25em;padding-bottom: 18px;}
  .com-title.cblue h3:after{height: 3px;}
}

/* 单行省略号 */
.elli-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
/* 多行省略号 */
.elli-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}

.transition,
.transition *{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}

.imgscale img{-moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.imgscale img:hover{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}
/*图片占位符*/
/***
16:9[56.25%]
4:3[75%]
3:2[66.666667%]
 ***/
 .imgratio{position: relative; z-index: 2; display: block; padding-top: 56.25%; height: 0; overflow: hidden;}
 .imgratio .imgratio-imgbox{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: block; overflow: hidden;}
 .imgratio .imgratio-imgbox .imgratio-img{display: block; width: 100%; height: 100%;}
 .imgratio.free .imgratio-imgbox .imgratio-img{height: auto; min-height: 100%; object-fit: cover;}
 /* @media (max-width:414px){
   .imgratio{padding-top: 66.67%;}
 } */

 /*图片占位符*/
/***
16:9[56.25%]
4:3[75%]
3:2[66.666667%]
 ***/
.place{position: relative; z-index: 2; display: block; padding-top: 56.25%; overflow: hidden;}
.place .pic{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: block; overflow: hidden;}
.place .pic img{display: block; width: 100%; height: auto; min-height: 100%; object-fit: cover;}


/* 滚动条 */
.scrollbar-xy{overflow: auto;}
.scrollbar-xy::-webkit-scrollbar{ width: 6px;height: 6px;}
.scrollbar-y{overflow-y: auto; overflow-x: hidden;}
.scrollbar-y::-webkit-scrollbar{ width: 6px;height: auto;}
.scrollbar-x{overflow-x: auto; overflow-y: hidden;}
.scrollbar-x::-webkit-scrollbar{ height: 6px;width:auto;}
/* 滚动条轨道 */
.scrollbar-xy::-webkit-scrollbar-track,
.scrollbar-x::-webkit-scrollbar-track,
.scrollbar-y::-webkit-scrollbar-track {box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius: 3px;background: #E5E5E5;}
/* 滚动条滑块 */
.scrollbar-xy::-webkit-scrollbar-thumb,
.scrollbar-x::-webkit-scrollbar-thumb,
.scrollbar-y::-webkit-scrollbar-thumb{border-radius: 3px;background: linear-gradient(225deg, #689EE3 0%, #0262D6 100%);}

/* 专题专栏 */
.common-ztzl .imgratio{ padding-top: 36.8%;}

/* banner */
.com-banner{height: 350px; background-repeat: no-repeat; background-size: auto 100%; background-position: center 0;}
@media (max-width: 1500px) {
  .com-banner{height: auto; background: none;}
  .com-banner img.m-show{display: block; margin: 0 auto;}
}


/* 横幅轮播图 */
.com-owl-hf .owl-dots {position: absolute; bottom: 10px; right: 17px; z-index: 9;}
.com-owl-hf .owl-dot{float: left; width: 6px; height: 6px; margin-left:4px; background-color: #fff; transition: .3s all; cursor: pointer; border-radius: 3px; opacity: 0.8;}
.com-owl-hf .owl-dot.active{opacity: 1; width: 22px;}
.com-owl-arrow .owl-nav{display: block !important;}
.com-owl-arrow .owl-nav>div{position: absolute;top: 50%;margin-top: -13px;width: 14px;height: 26px;line-height: 26px;background: #a8acb2;}
.com-owl-arrow .owl-nav>div::after{content:"";border: 5px solid transparent;display: inline-block;text-align: center;}
.com-owl-arrow .owl-nav>div.owl-prev::after{border-right-color: #fff;margin-left: -2px;}
.com-owl-arrow .owl-nav>div.owl-next::after{border-left-color: #fff;margin-left: 6px;}
.com-owl-arrow .owl-nav>div.owl-prev{left:0; border-radius: 0 4px 4px 0;}
.com-owl-arrow .owl-nav>div.owl-next{right:0; border-radius: 4px 0 0 4px;}
.com-owl-arrow .owl-nav>div:hover{background: #979797;}


/* 日历 */
.iframe-calendar{width: 100%;height: 413px;}
#calendar{width:100%;min-height: 390px;position: relative;}
#calendar .layui-laydate{font-size: 1em;z-index: 1;background: inherit;}
#calendar .layui-laydate,
#calendar .layui-laydate-main,
#calendar .layui-laydate-content table{border-collapse: separate;width:100%!important;}
#calendar .layui-laydate, 
#calendar .layui-laydate-hint{box-shadow: inherit;}
#calendar .layui-laydate-header{line-height: 59px; background: url(../images/public/calendar_head_bg.jpg) no-repeat;background-size: 100% 100%; }
#calendar .layui-laydate-header i{color:#383838!important;}
#calendar .layui-laydate-header span{color:#1E5AA8!important;font-size: 1.5em;}
#calendar .layui-laydate-content{border: 2px solid #D6E8FF;border-top: none;padding-top: 7px;padding-bottom: 8px;min-height: 300px;}
#calendar .layui-laydate-content .layui-laydate-list>li{margin: 12px 0;}
#calendar .layui-laydate-content tr th:first-child,
#calendar .layui-laydate-content tr th:last-child{color: #D43030;}
#calendar .layui-laydate-content td,
#calendar .layui-laydate-content th{/*padding: 4px 10px;*/color:#000;height: 46px;}
#calendar .layui-laydate-content .laydate-day-next,
#calendar .layui-laydate-content .laydate-day-prev{color:#A6A6A6;}
#calendar .layui-laydate-content td:hover{background: none;}
#calendar .layui-laydate-content td:hover p,
#calendar .layui-laydate-content td:hover .laydate-day-mark{background: #eaeaea;}
#calendar .layui-laydate td.layui-this{background: none!important;color: #1E5AA8!important;}
#calendar .layui-laydate-content td p,
#calendar .laydate-day-mark{width:36px;height:36px;line-height: 36px;margin:0 auto;text-align: center;border-radius: 50%;}
#calendar td.layui-this p,
#calendar td.layui-this:hover p,
#calendar td.layui-this:hover .laydate-day-mark,
#calendar td.layui-this .laydate-day-mark{color:#fff;border:1px solid #1E5AA8;background: #1E5AA8;}
#calendar .laydate-day-mark{display: block;font-size: inherit;position: relative;overflow: visible;color:#1E5AA8;}
#calendar .laydate-day-mark:after{width: 18px;height: 1px;left:50%;top: 26px;margin-left:-9px; background: #1E5AA8;}
#calendar .laydate-day-mark em{display: none; position: absolute;right:-5px;top:-4px;font-style:normal;width:18px;height: 18px;background: #ff5346;color:#fff;font-size: 12px;text-align: center;line-height: 18px;border-radius: 50%;}
#calendar .calendar-tip{
  position: absolute;right:-15px;top:48px;width:368px;border-radius: 6px;z-index: 10;color:#fff;
  background: #3C78C7;
  background: linear-gradient(90deg, #186fd9 0%, #0262d6 100%);
  background: -webkit-linear-gradient(90deg, #186fd9 0%, #0262d6 100%);
  background: -moz-linear-gradient(90deg, #186fd9 0%, #0262d6 100%);
  background: -o-linear-gradient(90deg, #186fd9 0%, #0262d6 100%);
}
/* #calendar .calendar-tip:after{content:"";position: absolute;right:20px;top:-23px;border: 12px solid transparent;border-bottom-color:#0262d6; } */
#calendar .laydate-day-mark.show:before{content: "";position: absolute;left: 50%;margin-left: -12px;bottom: -14px;border: 12px solid transparent;border-bottom-color: #0262d6;z-index: 1;}
#calendar .calendar-tip ul{
  margin: 10px;padding: 10px;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(91, 165, 238, 1) 0%, rgba(91, 165, 238, 0) 100%);
}
#calendar .calendar-tip li{position: relative;text-align: left; padding:8px 0 8px 20px;position: relative;line-height: 1.3;font-size: 1.125em;}
#calendar .calendar-tip li:before{content:"";position: absolute;left:0;top: 20px; width: 2px;height: 2px;border-radius: 50%;background: #fff;}
#calendar .calendar-tip li a{color:#fff;max-height: 48px; display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
#calendar .calendar-tip li a:hover{font-weight: bold;}
@media (max-width: 410px) {
  body:not(.nores)  #calendar .calendar-tip{top: 40px;}
  body:not(.nores)  #calendar .layui-laydate-header span{font-size: 1.25em;}
	body:not(.nores)  #calendar .layui-laydate-content td p, #calendar .laydate-day-mark{width: 28px;height: 28px;line-height: 28px;}
}
/* 简洁版 */
#calendar.brevity .layui-laydate-header{background: none;line-height: 34px;}
#calendar.brevity .layui-laydate-content{border-color: transparent;}
#calendar.brevity .layui-laydate-header i{color:#8C9198!important;}
#calendar.brevity  .layui-laydate-header span{color:#333!important;font-weight: 600;}
#calendar.brevity .layui-laydate-content td, 
#calendar.brevity .layui-laydate-content th{padding: 2px;height: 50px;}
#calendar.brevity .layui-laydate-content tr th:first-child, 
#calendar.brevity .layui-laydate-content tr th:last-child,
#calendar.brevity .layui-laydate-content th{color: #06121E;}
#calendar.brevity .layui-laydate-content td{font-size: 22px;}
#calendar.brevity td.layui-this p, 
#calendar.brevity td.layui-this:hover p, 
#calendar.brevity td.layui-this:hover .laydate-day-mark, 
#calendar.brevity td.layui-this .laydate-day-mark{font-weight: 700;background: #5188DB!important;}
#calendar.brevity .layui-laydate-content td p, 
#calendar.brevity .laydate-day-mark{width: 50px;height: 50px;line-height: 50px;}
#calendar.brevity .laydate-day-mark:after{top: 37px;}


/* 当前位置crumb */
.crumb .container-pad-fff{padding-bottom:10px;}
.crumb h2{padding-left: 32px; line-height: 28px; font-size:1.125em; font-weight: normal; color: #A6A6A6; background: url(../images/public/icon_position_gray.png) no-repeat left 0; background-size: 22px 27px;}
.crumb h2 em{font-style: normal;}
.crumb h2 span a{margin: 0 5px;}
.crumb h2 span > a:first-child{margin-left: 0;}
.crumb a{color: #A6A6A6;}
.crumb a:hover{color: #1E5AA8;}
/* .crumb span{color: #1E5AA8;} */
/* .crumb.gray{padding-top: 5px; background: #f5f5f5;}
.crumb.gray h2{padding: 15px 15px 15px 30px; background-position: 0 3px;} */

/* .crumb 白色前景 */
.crumb.white h2{color: #fff; background-image: url(../images/public/icon_position_w.png);}
.crumb.white h2 a{color: #fff;}
.crumb.white h2 a:hover{color: #fff;}

/* .crumb.gray-ico h2{background-image: url(../images/public/icon_position_gray.png);} */
@media (max-width: 768px) {
  .crumb{background: #f5f5f5;}
  .crumb .container-pad-fff{background: none; padding-bottom: 20px;}
  .crumb h2, .crumb a{color: #666;}
}
@media (max-width: 480px) {
  .crumb h2{padding-left: 28px;}
  .crumb h2{font-size: 1em; background-size: 18px 22px; background-position: left 3px;}
}



/* 外链跳转 */
.alert-mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert-warning{position: fixed;left: 50%;  top: 50%; margin-left:-300px; margin-top: -160px; width: 600px;height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
.alert-delete{width: 100%;height: 38px;position: relative;}
.alert-delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert-delete span:hover{background: #929292;}
.alert-wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 35px;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 15px;border-bottom: 1px solid #d4d4d4;}
.alert-footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}	
.alert-footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.25em;}
.alert-warning .continue{width: 124px; height: 42px; color: #ab0d07; border-radius:3px; -webkit-border-radius:3px; border:#e1e1e1 1px solid; text-align: center; line-height: 42px; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;}	
.alert-warning .fangqi{line-height: 42px;  color: #ab0d07;}	
@media (max-width: 640px) {
	.alert-warning{left:2%;margin-left:0; width: 96%; height: auto;}	
	.alert-wzsm{width: 90%;height: auto;margin: 15px auto 0; line-height: 28px;font-size: 18px;color: #000;text-align: center; }
}

/*** 分页 ***/
.pagination .layui-laypage button, 
.pagination .layui-laypage input,
.pagination a,
.pagination span{display: inline-block; padding: 0 12px; height: 34px; line-height: 34px; text-align: center; margin:2px 5px;color: #666666; border: 1px solid #e8e8e8; transition: .3s all; border-radius: 2px;}
.pagination .layui-laypage-curr .layui-laypage-em,
.pagination .layui-laypage button:hover,
.pagination a:hover,
.pagination .num.active{background: #214fa5; color: #fff; border-color: #214fa5;}
.pagination .layui-laypage input,
.pagination .jump-ipt{width: 55px; height: 34px; padding: 0; border: 1px solid #e8e8e8; text-align: center;}
.pagination *{display: inline-block; vertical-align: middle;}
.pagination .arrow{display: block; width: 8px; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: 100% auto;}
.pagination .arrow.arrow-left{background-image: url(../images/public/page_arrow_l.png);}
.pagination .arrow.arrow-right{background-image: url(../images/public/page_arrow_r.png);}
.pagination .layui-laypage-prev:hover .arrow,
.pagination .prev:hover .arrow{background-image: url(../images/public/page_arrow_l_hover.png);}
.pagination .layui-laypage-next:hover .arrow,
.pagination .next:hover .arrow{background-image: url(../images/public/page_arrow_r_hover.png);}
.pagination .prev,
.pagination .next{background: #F2F2F2;}
.pagination.center{text-align: center; }
.pagination .layui-laypage a, 
.pagination .layui-laypage span{font-size: 16px;}
.pagination .layui-laypage-skip{height: 36px;line-height: 36px;margin: 0 5px;}


/* @media (max-width:1500px){
  .mt40{margin-top: 35px;}
  .mb40{margin-bottom: 35px;}
}
@media (max-width:1280px){
  .mt40{margin-top: 30px;}
  .mb40{margin-bottom: 30px;}
} */


/*** 动画 ***/
.set-anim{-webkit-animation-duration: 0.3s; -webkit-animation-fill-mode: both; animation-duration: 0.3s; animation-fill-mode: both;}
.set-anim-upbit{-webkit-animation-name: set-upbit; animation-name: set-upbit;}
/*** 微微往上滑入 ***/
@-webkit-keyframes set-upbit{
  from {-webkit-transform: translate3d(0, 15px, 0); opacity: 0.3;}
  to {-webkit-transform: translate3d(0, 0, 0);  opacity: 1;}
}
@keyframes set-upbit{
  from{transform: translate3d(0, 15px, 0);  opacity: 0.3;}
  to{transform: translate3d(0, 0, 0);  opacity: 1;}
}

/* 消息弹窗 */
.message-tip-modal{position:fixed;right:0;top:0;bottom:0;left:0;z-index:9999;text-align: center;height: 100vh;line-height: 100vh;}
.message-tip{
  background-color:rgba(0,0,0,.6);border-radius:8px;color:#fff;
  max-height:400px;max-width:500px;padding:14px 18px;display: inline-block;
  vertical-align: middle;line-height: 1.3;
}
.message-tip a{color: #fff;}
.message-tip .logintips_dllink{ text-decoration: underline; font-weight: bold;}
.message-tip .logintips_dllink:hover{text-decoration: none;}

/* 归档水印 */
.gd-watermark{width: 277px;position: absolute;z-index: 99;top: -20px;right:-20px;}
.gd-watermark .date{width: 160px;font-weight: 800;height: 30px;line-height: 30px;font-size: 14px;color: #c00500;position: absolute;left: 80px;bottom: 60px;-ms-transform: rotate(-18deg);transform: rotate( -18deg);}
@media (max-width: 1280px){
    .gd-watermark{right: 0;}
}


/* 长者 */
body.useOldFixed.alert-warning .continue{
    width: fit-content !important;
}